/* Float four columns side by side */
.gameaboutcolumn {
  float: left;
  width: 30%;
  padding: 0 10px;
  justify-content: center;
  
}

/* Remove extra left and right margins, due to padding in columns */
.gameaboutrow {
	display: flex;
	justify-content: center;
   padding-top: 5%;
   width: 70%;
   margin-left: 15%;
}

@media(max-width:700px) {
	.gameaboutrow {
		width: 90%;
		margin-left: 5%;
		padding-top: 15%;
	}
}

/* Clear floats after the columns */
.gameaboutrow:after {
  content: "";
  height: 60%;
}


/* Style the counter cards */
.gameaboutcard {
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 5%;
  text-align: center;
  z-index: 10;
  line-height: 10px;
  background-color: #f1f1f1;
  opacity: 1;
  background-image: url(../../img/ico/white-background.png);
  position: relative;
  height: 60%;
  max-height: 200px;
}

@media(max-width:700px) {
	.gameaboutcard {
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 5%;
  text-align: center;
  z-index: 10;
  line-height: 10px;
  background-color: #f1f1f1;
  opacity: 1;
  background-image: url(../../img/ico/white-background.png);
  position: relative;
  height: 60%;
  max-height: 100px;
  min-width: 100px;
	}
}

.gameaboutcard h1{
	font-size: 30px;
	color: #4169E1;
	font-weight: 800;
	display:inline;
}
.gameaboutcard h2{
	font-size: 15px;
	color: #4169E1;
	font-weight: 400;
}

.gameaboutcard h3{
	font-size: 10px;
	color: #4169E1;
	font-weight: 800;
	display:inline;
}

@media(max-width:700px) {
	.gameaboutcard h2{
  font-size: 10px;
	}
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.gameabout-wrap {
z-index: 1;
background-color: #f4f5f7;
width: 100%;
min-height: 45%;
height: 60%;

}

.gameabout-wrap .about-bg {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	overflow: hidden;
	background-size: contain;
height: 40%;
padding-top: 2%;
}


@media(max-width:815px) {
.gameabout-wrap .about-bg  {
	display: none;
	}
}

.gameabout-wrap .about-bg, .gameabout-wrap:after {
	position: absolute;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
	margin-left: -10%;
	background-position: center center;
	z-index: 1;
}
